Learn R Programming

oce (version 0.9-18)

[[<-,adp-method: Change Something Within an adp Object

Description

In addition to the usual insertion of elements by name, note that e.g. pitch gets stored into pitchSlow.

Usage

## S3 method for class 'adp':
[[(x, i, j) <- value

Arguments

x
An adp object
i
The item to insert
j
Optional additional information on the i item.
value
The value to be inserted into x.
...
Optional additional information (ignored).